Package com.sendbird.uikit.fragments

Types

Link copied to clipboard
open class BannedUserListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the banned member list of the channel.
Link copied to clipboard
abstract class BaseFragment : Fragment, DialogProvider
Fragment that is the basis of fragments provided by UIKit.
Link copied to clipboard
abstract class BaseModuleFragment<MT : BaseModule?, VM : BaseViewModel?> : PermissionFragment
Fragments provided to use UIKit's modules.
Link copied to clipboard
open class ChannelFragment : BaseMessageListFragment<LA, LC, MT, VM>
Fragment that provides chat in GroupChannel
Link copied to clipboard
open class ChannelListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the list of channels.
Link copied to clipboard
open class ChannelPushSettingFragment : BaseModuleFragment<MT, VM>
Fragment displaying the push setting option of GroupChannel.
Link copied to clipboard
open class ChannelSettingsFragment : BaseModuleFragment<MT, VM>
Fragment displaying the information of GroupChannel.
Link copied to clipboard
open class ChatNotificationChannelFragment : BaseModuleFragment<MT, VM>
Link copied to clipboard
open class CreateChannelFragment : BaseModuleFragment<MT, VM>
Fragment displaying the user list to create the channel.
Link copied to clipboard
open class CreateOpenChannelFragment : BaseModuleFragment<MT, VM>
Fragment displaying the user list to create a open channel.
Link copied to clipboard
open class FeedNotificationChannelFragment : BaseModuleFragment<MT, VM>
Link copied to clipboard
open class InviteUserFragment : BaseModuleFragment<MT, VM>
Fragment displaying the user list to invite to the channel.
Link copied to clipboard
open class ItemAnimator : DefaultItemAnimator
Link copied to clipboard
open class MemberListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the member list in the channel.
Link copied to clipboard
open class MessageSearchFragment : BaseModuleFragment<MT, VM>
Fragment that provides message search
Link copied to clipboard
open class MessageThreadFragment : BaseMessageListFragment<LA, LC, MT, VM>
Fragment that provides thread list of the parent message since 3.3.
Link copied to clipboard
open class ModerationFragment : BaseModuleFragment<MT, VM>
Fragment displaying the menu list to control the channel.
Link copied to clipboard
open class MutedMemberListFragment : BaseModuleFragment<MT, VM>
Fragment displaying muted members of the channel.
Link copied to clipboard
open class OpenChannelBannedUserListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the banned user list of the channel.
Link copied to clipboard
open class OpenChannelFragment : BaseModuleFragment<MT, VM>
Fragment that provides chat in OpenChannel
Link copied to clipboard
open class OpenChannelListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the list of open channels.
Link copied to clipboard
open class OpenChannelModerationFragment : BaseModuleFragment<MT, VM>
Fragment displaying the menu list to control the open channel.
Link copied to clipboard
open class OpenChannelMutedParticipantListFragment : BaseModuleFragment<MT, VM>
Fragment displaying muted participants of the channel.
Link copied to clipboard
open class OpenChannelOperatorListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the operators of the open channel.
Link copied to clipboard
open class OpenChannelRegisterOperatorFragment : BaseModuleFragment<MT, VM>
Fragment displaying the participant list to be operator.
Link copied to clipboard
open class OpenChannelSettingsFragment : BaseModuleFragment<MT, VM>
Fragment displaying the information of OpenChannel.
Link copied to clipboard
open class OperatorListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the operators of the channel.
Link copied to clipboard
open class ParticipantListFragment : BaseModuleFragment<MT, VM>
Fragment displaying the operators of the channel.
Link copied to clipboard
abstract class PermissionFragment : BaseFragment
Link copied to clipboard
open class PhotoViewFragment : PermissionFragment, PermissionFragment.PermissionHandler, LoadingDialogHandler
Link copied to clipboard
open class RegisterOperatorFragment : BaseModuleFragment<MT, VM>
Fragment displaying the user list to be operator.
Link copied to clipboard
open class UIKitFragmentFactory
Create a new Fragment.